3.1245 \(\int \frac{(1-2 x)^2 (3+5 x)^2}{2+3 x} \, dx\)

Optimal. Leaf size=37 \[ \frac{25 x^4}{3}-\frac{140 x^3}{27}-\frac{251 x^2}{54}+\frac{340 x}{81}+\frac{49}{243} \log (3 x+2) \]

[Out]

(340*x)/81 - (251*x^2)/54 - (140*x^3)/27 + (25*x^4)/3 + (49*Log[2 + 3*x])/243

_______________________________________________________________________________________

Rubi [A]  time = 0.0431187, antiderivative size = 37, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 22, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.045 \[ \frac{25 x^4}{3}-\frac{140 x^3}{27}-\frac{251 x^2}{54}+\frac{340 x}{81}+\frac{49}{243} \log (3 x+2) \]

Antiderivative was successfully verified.

[In]  Int[((1 - 2*x)^2*(3 + 5*x)^2)/(2 + 3*x),x]

[Out]

(340*x)/81 - (251*x^2)/54 - (140*x^3)/27 + (25*x^4)/3 + (49*Log[2 + 3*x])/243

_______________________________________________________________________________________

Rubi in Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \frac{25 x^{4}}{3} - \frac{140 x^{3}}{27} + \frac{49 \log{\left (3 x + 2 \right )}}{243} + \int \frac{340}{81}\, dx - \frac{251 \int x\, dx}{27} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((1-2*x)**2*(3+5*x)**2/(2+3*x),x)

[Out]

25*x**4/3 - 140*x**3/27 + 49*log(3*x + 2)/243 + Integral(340/81, x) - 251*Integr
al(x, x)/27

_______________________________________________________________________________________

Mathematica [A]  time = 0.0147106, size = 32, normalized size = 0.86 \[ \frac{12150 x^4-7560 x^3-6777 x^2+6120 x+294 \log (3 x+2)+2452}{1458} \]

Antiderivative was successfully verified.

[In]  Integrate[((1 - 2*x)^2*(3 + 5*x)^2)/(2 + 3*x),x]

[Out]

(2452 + 6120*x - 6777*x^2 - 7560*x^3 + 12150*x^4 + 294*Log[2 + 3*x])/1458

_______________________________________________________________________________________

Maple [A]  time = 0.003, size = 28, normalized size = 0.8 \[{\frac{340\,x}{81}}-{\frac{251\,{x}^{2}}{54}}-{\frac{140\,{x}^{3}}{27}}+{\frac{25\,{x}^{4}}{3}}+{\frac{49\,\ln \left ( 2+3\,x \right ) }{243}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((1-2*x)^2*(3+5*x)^2/(2+3*x),x)

[Out]

340/81*x-251/54*x^2-140/27*x^3+25/3*x^4+49/243*ln(2+3*x)

_______________________________________________________________________________________

Maxima [A]  time = 1.34611, size = 36, normalized size = 0.97 \[ \frac{25}{3} \, x^{4} - \frac{140}{27} \, x^{3} - \frac{251}{54} \, x^{2} + \frac{340}{81} \, x + \frac{49}{243} \, \log \left (3 \, x + 2\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((5*x + 3)^2*(2*x - 1)^2/(3*x + 2),x, algorithm="maxima")

[Out]

25/3*x^4 - 140/27*x^3 - 251/54*x^2 + 340/81*x + 49/243*log(3*x + 2)

_______________________________________________________________________________________

Fricas [A]  time = 0.208676, size = 36, normalized size = 0.97 \[ \frac{25}{3} \, x^{4} - \frac{140}{27} \, x^{3} - \frac{251}{54} \, x^{2} + \frac{340}{81} \, x + \frac{49}{243} \, \log \left (3 \, x + 2\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((5*x + 3)^2*(2*x - 1)^2/(3*x + 2),x, algorithm="fricas")

[Out]

25/3*x^4 - 140/27*x^3 - 251/54*x^2 + 340/81*x + 49/243*log(3*x + 2)

_______________________________________________________________________________________

Sympy [A]  time = 0.163289, size = 34, normalized size = 0.92 \[ \frac{25 x^{4}}{3} - \frac{140 x^{3}}{27} - \frac{251 x^{2}}{54} + \frac{340 x}{81} + \frac{49 \log{\left (3 x + 2 \right )}}{243} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((1-2*x)**2*(3+5*x)**2/(2+3*x),x)

[Out]

25*x**4/3 - 140*x**3/27 - 251*x**2/54 + 340*x/81 + 49*log(3*x + 2)/243

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.209413, size = 38, normalized size = 1.03 \[ \frac{25}{3} \, x^{4} - \frac{140}{27} \, x^{3} - \frac{251}{54} \, x^{2} + \frac{340}{81} \, x + \frac{49}{243} \,{\rm ln}\left ({\left | 3 \, x + 2 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((5*x + 3)^2*(2*x - 1)^2/(3*x + 2),x, algorithm="giac")

[Out]

25/3*x^4 - 140/27*x^3 - 251/54*x^2 + 340/81*x + 49/243*ln(abs(3*x + 2))